body {
background-image : url();
}
#content {
position : absolute;
left : 25px;
top : 200px;
width : 300px;
height:300px;
font-size:18px;
padding-left : 10px;
background-color : #000;
color:#66FFFF;}
a:visited {
	text-decoration : underline;
	color :#ff9900;
}
a:hover{
color :#00FF00
background-color :#99FFFF;
text-decoration : none;
}
a:link {
	color :  #FF3399 ;
	text-decoration : underline;
}

#menu{
background-color:#000; color:#FF00FF;
position:absolute;
left:400px;
top:10px;
width:600px;
font-size:20px;

}
#content2 {
position : absolute;
left : 400px;
top : 200px;
width : 600px;
height:500px;
font-size:18px;
padding-left : 10px;
background-color : #000;
color:#33FF66;}
a:visited {
  text-decoration : underline;
	color :#00F;}
  
  #content3 {
position : absolute;
left : 1100px;
top : 200px;
width : 300px;
height:500px;
font-size:18px;
padding-left : 10px;
background-color : #000;
color:#FFFFFF;}
a:visited {
  text-decoration : underline;
  color :#00F;
